Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

Latest commit

 

History

History
23 lines (19 loc) · 406 Bytes

16.1.7 - swoole_get_local_mac.md

File metadata and controls

23 lines (19 loc) · 406 Bytes

swoole_get_local_mac

获取本机网卡Mac地址。

function swoole_get_local_mac() : array;
  • 调用成功返回所有网卡的Mac地址
array(4) {
  ["lo"]=>
  string(17) "00:00:00:00:00:00"
  ["eno1"]=>
  string(17) "64:00:6A:65:51:32"
  ["docker0"]=>
  string(17) "02:42:21:9B:12:05"
  ["vboxnet0"]=>
  string(17) "0A:00:27:00:00:00"
}

1.9.18或更高版本可用